projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2121a7
)
Add NO_TERMIO conditional.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 23:40:04 +0000
(23:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 23:40:04 +0000
(23:40 +0000)
src/systty.h
patch
|
blob
|
history
diff --git
a/src/systty.h
b/src/systty.h
index 2171a960465924e1238d864d9aed1fdeff334ded..1324286c7fb0f783fdcc52a3482db2793929d1c6 100644
(file)
--- a/
src/systty.h
+++ b/
src/systty.h
@@
-26,7
+26,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef __DGUX
#include <sys/ioctl.h>
#endif
+#ifndef NO_TERMIO
#include <termio.h>
+#endif /* not NO_TERMIO */
#include <fcntl.h>
#else
#ifdef HAVE_TERMIOS